Learn R Programming

DDPM (version 0.1.0)

Claims per accident: The data show the number of claims per accident

Description

The function gives the number of claims per accident.

Usage

data_aclaim

Value

data_aclaim gives the number of claims per accident.

Arguments

data_aclaim

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the number of claims per accident. They were used by Willmot (1987) and fitted by the Poisson-inverse Gaussian distribution.

References

Willmot, G. E. (1987). The Poisson-inverse Gaussian distribution is an alternative to the negative binomial. Scandinavian Actuarial Journal, 1987(3-4), 113-127.

See Also

data_claims, data_claim1, data_claim2, data_claim3

Examples

Run this code
x<-data_aclaim
summary(x)
table (x)

Run the code above in your browser using DataLab